@charset "UTF-8";
body {
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: #444;
  min-width: 1200px;
}
* {
  margin: 0;
  padding: 0;
}


/*ヘッダー*/
#header {
  background: #F19500 url(../images/header-bg.png) top repeat no-repeat;
  height: 149px;
  width: 100%;
}

#header .logo {
  border-bottom: #e85304 solid 3px;
  width: 980px;
  padding: 30px 0px;
  margin: 0 auto;
}

/*メインメニュー*/
#g_nav {
  padding: 0px 0 0;
  margin: 0 auto;
  width: 980px;
}

#g_nav ul {
  list-style-type: none;
}
#g_nav li a {
  background: url(../images/main-menu_off.png) no-repeat;
  float: left;
	height: 33px;
	display: block;
	width: 164px;
	text-decoration: none;
	color: gray;
	padding-left: 30px;
	padding-top: 7px;
}
#g_nav li:first-child a {
  background-position-x : -1px;
}
#g_nav li a:hover, #g_nav li a:active {
  background: url(../images/main-menu_on.png) no-repeat;
  height: 55px;
  color: #fff;
}
#g_nav .current a {
  background: url(../images/main-menu_on.png) no-repeat;
  height: 55px;
  color: #fff;
}

/*コンテンツ*/
#wrap{
  background-color: #F19601;
}

.main_bg {
  background-color: #F19601;
}
.main {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  min-height: 100px;
}


#pagetop {
	background-color: #F19500;
	padding-top: 10px;
}
#pagetop .content{
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#pagetop a {
  background: url(../images/pagetop.png) no-repeat;
  display: block;
  border: 1px solid #cfc4c0;
  border-bottom: none;
  height: 30px;
  text-indent: -9999px;
  width: 170px;
  float: right;
}

#footer {
  background: #f7f7f2 url(../images/footer-bg.png) bottom repeat no-repeat;
  height: 560px;
  width:100%;
  clear:both;
}

#footer .content {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#footer .telephone{
padding-top:15px;
}
#footer .telephone .title p{
  border-left: #786565 solid 5px;
  color: #726666;
  line-height: 12px;
  padding-left: 10px;
}
#footer .telephone .info {
	width:100%;
	max-width: 350px;
	float:left;
	margin: 0px 90px 0px 10px;
	padding-top:10px;
}
#footer .telephone .info span{
	color:#3cb371;
	font-weight:bold;
}
#footer .sitemap {
  font-size: 13px;
}
#footer .sitemap .title{
  padding: 20px 0;
}
#footer .sitemap p {
  border-left: #786565 solid 5px;
  color: #726666;
  line-height: 12px;
  padding-left: 10px;
}
#footer .sitemap .menu {
  float: left;
  border-right: 1px solid #ded9d7;
  height: 100px;
  width: 229px;
  margin-left: 20px;
}
#footer .sitemap div.menu:first-child {
  margin-left: 0;
}
#footer .sitemap .menu:last-child {
  border: none;
}
#footer .sitemap .menu ul {
	list-style: none;
}
#footer .sitemap .menu li {
  letter-spacing: 3px;
  line-height: 25px;
}
#footer .sitemap .menu li ul {
  margin-left: 20px;
}
#footer .sitemap .menu li a {
  color: #3f3939;
  display: block;
  text-decoration: none;
}
#footer .sitemap .menu li a:before {
  content: url(../images/footer-menu-bg.png);
  margin-right: 15px;
}
.address {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.address p {
  margin-top: 40px;
  color: #3f3939;
  font-size: 11px;
}
.address .name {
  font-size: 16px;
  font-weight: bold;
}



#footer .content .copy {
  color: #fff;
  font-size: 10px;
  margin-top: 125px;
  float: right;
}

h2{
	background : url('../images/h2_bg.png');
	background-repeat: no-repeat;
	height: 25px;
	width: 100%;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
}



/*情報誌部会
#infomation {
  position: relative;
  clear: both;
  overflow: hidden;
}

#infomation .content {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
*/
/*イベント
#event {
  position: relative;
  clear: both;
  overflow: hidden;
}

#event .content {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

#event .article {
  width: 225px;
  height: 660px;
  border: 4px solid rgba(206, 96, 22, 0.5);
}
*/
/*ボランティア募集
#volunteer {
  position: relative;
  clear: both;
  overflow: hidden;
}

#volunteer .content {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
*/

/*# sourceMappingURL=style.css.map */
